projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7543131
)
(quail-simple-translation-keymap): Set the default (t) binding properly.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 08:12:51 +0000
(08:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Sep 1997 08:12:51 +0000
(08:12 +0000)
lisp/international/quail.el
patch
|
blob
|
history
diff --git
a/lisp/international/quail.el
b/lisp/international/quail.el
index 1a344ec318286452d299d737dbb77c19c1dbf0c3..07a21f9efd3b690f4b1cd765706cf6fcef1c9bd1 100644
(file)
--- a/
lisp/international/quail.el
+++ b/
lisp/international/quail.el
@@
-327,7
+327,7
@@
This map is activated while translation region is active.")
(define-key map (vector meta-prefix-char t)
'quail-execute-non-quail-command)
;; At last, define default key binding.
- (define-key map
(vector meta-prefix-char t)
+ (define-key map
[t]
'quail-execute-non-quail-command)
map)
"Keymap used while processing translation in simple Quail modes.